home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-11-11 | 5.9 KB | 161 lines | [TEXT/EDIT] |
- In version 1.0.1 or later, your SitC Lister.pref file and, if you
- have registered your copy, your SitC Lister.reg file must be moved
- into your "Preferences" folder, located inside your System Folder.
-
- Release Notes:
-
- 1.1.1
- • increased the memory allocation by 32K and increased the stack
- size to eliminate possibility of overflow when scanning deeply
- nested folders.
-
- 1.1
- • increased stack size to minimize possibility to bomb. Version
- never released to public.
-
- 1.1b2
- • fixed a bug where scanning would do strange things once an alias
- was scanned.
- • fixed a bug where folder aliases who's targets weren't on the disk
- where the alias was wouldn't get scanned.
-
- 1.1b1
- • resolves aliases of files and folders.
-
- 1.0.5
- • fixed a bug where it would bomb with an array range error if the
- change button was hit with no files selected in the dialog box.
-
- 1.0.4
- • added routines to actually choose the folder for the input path.
-
- 1.0.3
- • fixed a range check error that occurred with no file entries
- • worked on enabling and disabling dialog buttons for better intuitiveness.
-
- 1.0.2
- • fixed a Tabby related bug that crept in in 1.0.1
-
- 1.0.1
- • fixed range check bomber bug that occurred if the only file entry was
- removed.
- • moved the preferences and registration file to the preferences folder.
- • gave the preferences file its own icon.
-
- 1.0 release notes
- • first release version.
-
- 1.0b5 release notes
- • added cancel button to abort scans.
-
- 1.0b4 release notes
- • the same damn bug fixed in 1.0b2 crept back into 1.0b3 if you have the
- paths flag set and scan from the root level.
- • doesn't list invisible files
- • filters carriage returns out of descriptions. substitutes a space.
-
- 1.0b3 release notes
- • changed the functionality of the "add paths" flag to merely add a
- directory header at the beginning of each directory scanned, rather
- than by listing the complete path to a file.
-
- 1.0b2 release notes
- • fixed a bug where the output file would generate a blank entry on
- itself. Now the output file doesn't generate anything on itself.
- • fixed a bug where it would hang the machine if you tried to scan an
- entire volume.
- • if you don't list the description, it now puts a blank line in to
- delimit the entries.
-
- 1.0b1 release notes
- • fixed a bug where it would crash with a range check error when the
- bottom of the configuration file list was scrolled to.
- • fixed a bug on the configuration dialog where the wrong file would
- be changed if there were many entries in the list.
-
- 1.0a6 release notes
- • fixed a real stinky bug that I found in the EnumerateShell code from
- Inside Macintosh where it would drop out of the search for no apparent
- reason.
- • added launch.next capability for Tabby compatibility. Special thanks
- to Chris Silverberg for the launch.next code.
- • fixed a bug where empty files that shouldn't be created were.
-
- 1.0a5 release notes
- • major improvements in background operation
- • fixed bug where immediately hitting "go" upon launch unselected
- the front window and it wouldn't be selectable.
- • hitting enter or return in the file configuration dialog now hilites
- the OK button.
- • Preferences works, but Batch Mode still disabled.
- • You can put the filename and the size on the same line.
-
- 1.0a4 release notes
- • added preferences file command for control over output format.
- • put the "Create Interactive" and "Create Batch" checkboxes on the
- file configuration dialog.
- • the Create Interactive and Create Batch flags work. Currently the
- Create Batch flag doesn't do anything since launch.next is not supported.
-
- 1.0a3 release notes
- • now runs in background and yields time to other applications.
- • uses Gestalt manager to check for availability of traps.
-
- 1.0a2 release notes
- • fixed a bug where garbage preceded the CR in the output files.
- • fixed a confusing bug in the configure files dialog.
-
- 1.0a1 release notes
- • A few cosmetic problems on the configuration dialog.
- • The configure files dialog pretty much works. It is unknown what the
- Hdrs&Ftrs switches do.
- • Added icon and BNDL
- • Source, List File, Header, and Footer, buttons all work.
- • return key works on dialogs.
- • The batch/interactive config dialogs are not operational. Their menus
- are inactive.
- • added support for error alert.
- • added registration file support for shareware payments.
-
- 1.0d5 release notes
- • changed flags to arrays of boolean instead of integers
- • changed output files creator type to teachtext
- • changed instances of GetVol, SetVol to HGetVol, HSetVol
- • check validity of prefs file on startup.
- • continued improving error checking. Now if an error in the prefs
- is discovered, it keeps running. Only if a scanning error occurs
- does it exit to shell.
- • moved strings to STR# resources.
-
- 1.0d4 release Notes
- • Changed PBCatScan to EnumerateShell -- couldn't figure out how not to
- search the whole volume when all I wanted was a path that was known.
- • Upped the file limit to 32.
- • Added major error correction.
- • Fixed a bug where the DoError routine would drop back into the catalog
- search if the batchmode flag was on, resulting in an infinite loop and
- no killing of the process.
-
- 1.0d3 Release Notes
- • Added createbatch and createinteractive flags to prefs file.
- • Added batchMode boolean - doesn't do anything yet.
- • Added procedures for checking for batch mode and launch.next support - inactive.
- • Sets default volume back to the launch volume after a scan.
- • works with multiple launch files now.
- • cancel button no longer flashes while updating status.
- • better feedback at beginning and end of scan.
- • if in batch mode error doesn't exittoshell.
- • changed cancel button to "OK".
- • Headers and footers supported.
- • WritePath flag now works.
- • Fixed DoError to ExitToShell AFTER reporting the error.
- • Fixed all the flags.
- • Calculates File Sizes.
-
- 1.0d2 Release Notes
- • Appears to not have memory leaks or other problems like that.
- • Works by manually creating input source directories and output files
- into the SitC Lister Prefs file. See accompanying file on the
- structure of the Prefs file.
-
-